forked from mirrors/kingfisher
fixed test
This commit is contained in:
parent
12e9a01b5e
commit
a062e82728
2 changed files with 3 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ rules:
|
|||
min_entropy: 3.0
|
||||
confidence: medium
|
||||
examples:
|
||||
- tskey-secret-12345678-abcdefghijkl
|
||||
- tskey-api-abcdefg-1234567890123
|
||||
- tskey-secret-weRTWSfoeFKI-3480754342kDSFelW3
|
||||
- tskey-api-weRTWSfoeFKI-3480754342kDSFelW3
|
||||
references:
|
||||
- https://tailscale.com/kb/1215/oauth-clients
|
||||
validation:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ fn smoke_scan_docker_image() -> anyhow::Result<()> {
|
|||
])
|
||||
.assert()
|
||||
.code(205)
|
||||
.stdout(predicate::str::contains("Active Credential"));
|
||||
.stdout(predicate::str::contains("Not Attempted"));
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue