Merge pull request #178 from advanced-security/copilot/fix-swift-component-detection
Fix incorrect Swift detector ID in README (`SwiftResolved` → `Swift`)
This commit is contained in:
@@ -48,8 +48,8 @@ jobs:
|
|||||||
uses: advanced-security/[email protected]
|
uses: advanced-security/[email protected]
|
||||||
with:
|
with:
|
||||||
# Experimental detectors: Poetry, UvLock, NpmLockfile3, Ivy
|
# Experimental detectors: Poetry, UvLock, NpmLockfile3, Ivy
|
||||||
# Default-off detectors: ConanLock, CondaLock, Dockerfile, Pip, SimplePip, Spdx22, SwiftResolved
|
# Default-off detectors: ConanLock, CondaLock, Dockerfile, Pip, SimplePip, Spdx22, Swift
|
||||||
detectorArgs: Poetry=EnableIfDefaultOff,UvLock=EnableIfDefaultOff,NpmLockfile3=EnableIfDefaultOff,Ivy=EnableIfDefaultOff,ConanLock=EnableIfDefaultOff,CondaLock=EnableIfDefaultOff,Dockerfile=EnableIfDefaultOff,Pip=EnableIfDefaultOff,SimplePip=EnableIfDefaultOff,Spdx22=EnableIfDefaultOff,SwiftResolved=EnableIfDefaultOff
|
detectorArgs: Poetry=EnableIfDefaultOff,UvLock=EnableIfDefaultOff,NpmLockfile3=EnableIfDefaultOff,Ivy=EnableIfDefaultOff,ConanLock=EnableIfDefaultOff,CondaLock=EnableIfDefaultOff,Dockerfile=EnableIfDefaultOff,Pip=EnableIfDefaultOff,SimplePip=EnableIfDefaultOff,Spdx22=EnableIfDefaultOff,Swift=EnableIfDefaultOff
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration options
|
### Configuration options
|
||||||
|
|||||||
Reference in New Issue
Block a user