Update docs for ownership change (#2)
* Add files to prepare for ownership change * Fix tests * Update repo name * Update dependencies * Attempt to fix permissions issues blocking test * Update permissions * Add environment variable * Fix variable name * Update test.yml * Update test.yml
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Component detection
|
||||
uses: jhutchings1/component-detect[email protected]
|
||||
uses: advanced-security/component-detection-dependency-submiss[email protected]
|
||||
```
|
||||
|
||||
### Configuration options
|
||||
@@ -36,3 +36,6 @@ dockerImagesToScan |Comma separated list of docker image names or hashes to exec
|
||||
detectorsFilter | A comma separated list with the identifiers of the specific detectors to be used. | `Pip, RustCrateDetector`
|
||||
|
||||
For more information: https://github.com/microsoft/component-detection
|
||||
|
||||
# License
|
||||
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](LICENSE.md) for the full terms.
|
||||
|
||||
Reference in New Issue
Block a user